Aurora Partner Web Service

(0 reviews)

Getting Started

Required Headers

Note: To access this API, first authenticate by using the Request using Auth Token.

All calls to this REST API require the following headers.

Authorization: An authorization bearer token.

Example:

Authorization : Bearer Jv5PvADmSfhm4Vs1YqbGdO
Get Access Token

This bearer token is obtained via a call following URL.

  1. URI - https://mule-oauth-token-provider-26ta7u.5sc6y6-4.usa-e2.cloudhub.io/token
  2. Type - POST
  3. Header Details:

  4. client_id: (to be provided)

  5. client_secret: (to be provided)
  6. grant_type : CLIENT_CREDENTIALS

Once, you get the access token then can use for subsequent API calls as bearer token in Authorization header.


Reviews